Go to the source code of this file.
|
| void | helper_get_wda_resp_ctx (uint8_t *rsp, uint32_t len, unpack_qmi_t *pCtx) |
| |
| int | pack_wda_SetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetDataFormat_t *reqArg) |
| |
| int | unpack_wda_SetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_SetDataFormat_t *pOutput) |
| |
| int | pack_wda_GetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetDataFormat_t *reqArg) |
| |
| int | unpack_wda_GetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_GetDataFormat_t *pOutput) |
| |
| int | pack_wda_SetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetQmapSettings_t *reqArg) |
| |
| int | unpack_wda_SetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_SetQmapSettings_t *pOutput) |
| |
| int | pack_wda_GetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetQmapSettings_t *reqArg) |
| |
| int | unpack_wda_GetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_GetQmapSettings_t *pOutput) |
| |
| void helper_get_wda_resp_ctx |
( |
uint8_t * |
rsp, |
|
|
uint32_t |
len, |
|
|
unpack_qmi_t * |
pCtx |
|
) |
| |
Get data format pack Read data format settings for use with QMAP
- Parameters
-
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Get qmap settings pack Read qmap settings for use with QMAP
- Parameters
-
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Set data format pack Configure data format to use with QMAP
- Parameters
-
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Set qmap settings pack Configure qmap settings to use with QMAP
- Parameters
-
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Get data format unpack Read configured data format to use with QMAP
- Parameters
-
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Get qmap settings unpack Read configured qmap settings to use with QMAP
- Parameters
-
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Set data format unpack Configure data format to use with QMAP
- Parameters
-
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Set qmap settings unpack Configure qmap settings to use with QMAP
- Parameters
-
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values